UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 658 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPushPinW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PushPinW100Filled", short_name: "PushPin", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M14.7 12.55 16.15 14v.7h-3.8v4.7l-.35.35-.35-.35v-4.7h-3.8V14l1.45-1.45V5h-1v-.7h7.4V5h-1Z" })); }); IconMaterialPushPinW100Filled.displayName = 'OnesyIconMaterialPushPinW100Filled'; export default IconMaterialPushPinW100Filled;