UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 768 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLineStartDiamondW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LineStartDiamondW100", short_name: "LineStartDiamond", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m360-356 124-124-124-124-124 124 124 124Zm-21 19L217-459q-9-9-9-21t9-21l122-122q9-9 21-9t21 9l129 129h300q6 0 10 4t4 10q0 6-4 10t-10 4H510L381-337q-9 9-21 9t-21-9Zm21-143Z" })); }); IconMaterialLineStartDiamondW100.displayName = 'OnesyIconMaterialLineStartDiamondW100'; export default IconMaterialLineStartDiamondW100;