%PDF- %PDF-
Direktori : /home/dopla/www/wp-content/plugins/ml-slider/extendify-sdk/src/components/icons/library/ |
Current File : /home/dopla/www/wp-content/plugins/ml-slider/extendify-sdk/src/components/icons/library/user.js |
/** * WordPress dependencies */ import { Path, SVG } from '@wordpress/primitives' const user = ( <SVG fill="none" viewBox="0 0 25 25" xmlns="http://www.w3.org/2000/svg"> <Path clipRule="evenodd" d="m13 4c4.9545 0 9 4.04545 9 9 0 4.9545-4.0455 9-9 9-4.95455 0-9-4.0455-9-9 0-4.95455 4.04545-9 9-9zm5.0909 13.4545c-1.9545 3.8637-8.22726 3.8637-10.22726 0-.04546-.1818-.04546-.3636 0-.5454 2-3.8636 8.27276-3.8636 10.22726 0 .0909.1818.0909.3636 0 .5454zm-5.0909-8.90905c-1.2727 0-2.3182 1.04546-2.3182 2.31815 0 1.2728 1.0455 2.3182 2.3182 2.3182s2.3182-1.0454 2.3182-2.3182c0-1.27269-1.0455-2.31815-2.3182-2.31815z" fill="currentColor" fillRule="evenodd" /> </SVG> ) export default user