UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.4 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialContentCutFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ContentCutFilled", short_name: "ContentCut", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M19.6 21.6 12 14l-2.35 2.35q.2.375.275.8.075.425.075.85 0 1.65-1.175 2.825Q7.65 22 6 22q-1.65 0-2.825-1.175Q2 19.65 2 18q0-1.65 1.175-2.825Q4.35 14 6 14q.425 0 .85.075t.8.275L10 12 7.65 9.65q-.375.2-.8.275Q6.425 10 6 10q-1.65 0-2.825-1.175Q2 7.65 2 6q0-1.65 1.175-2.825Q4.35 2 6 2q1.65 0 2.825 1.175Q10 4.35 10 6q0 .425-.075.85t-.275.8L21.6 19.6q.425.425.425 1t-.425 1q-.425.425-1 .425t-1-.425ZM15 11l-2-2 6.6-6.6q.425-.425 1-.425t1 .425q.425.425.425 1t-.425 1ZM6 8q.825 0 1.412-.588Q8 6.825 8 6t-.588-1.412Q6.825 4 6 4t-1.412.588Q4 5.175 4 6t.588 1.412Q5.175 8 6 8Zm6 4.5q.225 0 .363-.137.137-.138.137-.363 0-.225-.137-.363-.138-.137-.363-.137-.225 0-.363.137-.137.138-.137.363 0 .225.137.363.138.137.363.137ZM6 20q.825 0 1.412-.587Q8 18.825 8 18q0-.825-.588-1.413Q6.825 16 6 16t-1.412.587Q4 17.175 4 18q0 .825.588 1.413Q5.175 20 6 20Z" })); }); IconMaterialContentCutFilled.displayName = 'AmauiIconMaterialContentCutFilled'; export default IconMaterialContentCutFilled;