@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.45 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFormatLineSpacingW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FormatLineSpacingW100",
short_name: "FormatLineSpacing",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m242-694-80 80q-4 4-9.5 4.5t-10.72-4.72Q137-619 137-624q0-5 5-10l92.65-92.65Q240-732 245.13-734q5.14-2 11-2 5.87 0 10.87 2 5 2 10.35 7.35L370-634q4 4 4.5 9.5t-4.72 10.72Q365-609 360-609q-5 0-10-5l-80-80v428l80-80q4-4 9.5-4.5t10.72 4.72Q375-341 375-336q0 5-5 10l-92.65 92.65Q272-228 266.87-226q-5.14 2-11 2-5.87 0-10.87-2-5-2-10.35-7.35L142-326q-4-4-4.5-9.5t4.72-10.72Q147-351 152-351q5 0 10 5l80 80v-428Zm271 442q-5 0-9-4.04-4-4.03-4-10 0-5.96 4.02-9.96 4.03-4 9.98-4h295q8.08 0 13.54 5.45 5.46 5.44 5.46 13.5 0 8.05-6.5 14.05t-14.5 6l-294-11Zm1-214q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h300q5.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 4H514Zm0-214q-5.95 0-9.98-4.31Q500-688.63 500-695q0-5.53 3.74-9.26Q507.48-708 513-708l295-11q8.5 0 14.25 5.45 5.75 5.44 5.75 13.5 0 8.05-5.75 14.05T808-680H514Z"
}));
});
IconMaterialFormatLineSpacingW100.displayName = 'OnesyIconMaterialFormatLineSpacingW100';
export default IconMaterialFormatLineSpacingW100;