UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialGridGoldenratioFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "GridGoldenratioFilled", short_name: "GridGoldenratio", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M360-360H120q-17 0-28.5-11.5T80-400q0-17 11.5-28.5T120-440h240v-80H120q-17 0-28.5-11.5T80-560q0-17 11.5-28.5T120-600h240v-240q0-17 11.5-28.5T400-880q17 0 28.5 11.5T440-840v240h80v-240q0-17 11.5-28.5T560-880q17 0 28.5 11.5T600-840v240h240q17 0 28.5 11.5T880-560q0 17-11.5 28.5T840-520H600v80h240q17 0 28.5 11.5T880-400q0 17-11.5 28.5T840-360H600v240q0 17-11.5 28.5T560-80q-17 0-28.5-11.5T520-120v-240h-80v240q0 17-11.5 28.5T400-80q-17 0-28.5-11.5T360-120v-240Zm80-80h80v-80h-80v80Z" })); }); IconMaterialGridGoldenratioFilled.displayName = 'OnesyIconMaterialGridGoldenratioFilled'; export default IconMaterialGridGoldenratioFilled;