UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAlignHorizontalLeftW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AlignHorizontalLeftW100Filled", short_name: "AlignHorizontalLeft", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M4.65 20.7q-.15 0-.25-.1t-.1-.25V3.65q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v16.7q0 .15-.1.25t-.25.1ZM8.625 9.65q-.35 0-.613-.263-.262-.262-.262-.612t.262-.613q.263-.262.613-.262h10.2q.35 0 .613.262.262.263.262.613t-.262.612q-.263.263-.613.263Zm0 6.45q-.35 0-.613-.262-.262-.263-.262-.613t.262-.612q.263-.263.613-.263h4.2q.35 0 .613.263.262.262.262.612t-.262.613q-.263.262-.613.262Z" })); }); IconMaterialAlignHorizontalLeftW100Filled.displayName = 'AmauiIconMaterialAlignHorizontalLeftW100Filled'; export default IconMaterialAlignHorizontalLeftW100Filled;