UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 787 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLineStartDiamondW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LineStartDiamondW100Filled", short_name: "LineStartDiamond", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M339-337 217-459q-9-9-9-21t9-21l122-122q9-9 21-9t21 9l129 129h300q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H510L381-337q-9 9-21 9t-21-9Z" })); }); IconMaterialLineStartDiamondW100Filled.displayName = 'OnesyIconMaterialLineStartDiamondW100Filled'; export default IconMaterialLineStartDiamondW100Filled;