UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.29 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAlignJustifySpaceAroundW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AlignJustifySpaceAroundW100", short_name: "AlignJustifySpaceAround", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M656-306q-12.75 0-21.37-8.63Q626-323.25 626-336v-288q0-12.75 8.63-21.38Q643.25-654 656-654h8q12.75 0 21.38 8.62Q694-636.75 694-624v288q0 12.75-8.62 21.37Q676.75-306 664-306h-8Zm-360 0q-12.75 0-21.37-8.63Q266-323.25 266-336v-288q0-12.75 8.63-21.38Q283.25-654 296-654h8q12.75 0 21.38 8.62Q334-636.75 334-624v288q0 12.75-8.62 21.37Q316.75-306 304-306h-8Zm517.96 174q-5.96 0-9.96-4.02-4-4.03-4-9.98v-668q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v668q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm-668 0q-5.96 0-9.96-4.02-4-4.03-4-9.98v-668q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v668q0 5.95-4.04 9.98-4.03 4.02-10 4.02Z" })); }); IconMaterialAlignJustifySpaceAroundW100.displayName = 'OnesyIconMaterialAlignJustifySpaceAroundW100'; export default IconMaterialAlignJustifySpaceAroundW100;