UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 2.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDeblur = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Deblur", short_name: "Deblur", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M6 15q-.425 0-.713-.288Q5 14.425 5 14t.287-.713Q5.575 13 6 13t.713.287Q7 13.575 7 14t-.287.712Q6.425 15 6 15Zm0 4q-.425 0-.713-.288Q5 18.425 5 18t.287-.712Q5.575 17 6 17t.713.288Q7 17.575 7 18t-.287.712Q6.425 19 6 19Zm0-8q-.425 0-.713-.288Q5 10.425 5 10t.287-.713Q5.575 9 6 9t.713.287Q7 9.575 7 10t-.287.712Q6.425 11 6 11Zm-3-.5q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15ZM6 7q-.425 0-.713-.287Q5 6.425 5 6t.287-.713Q5.575 5 6 5t.713.287Q7 5.575 7 6t-.287.713Q6.425 7 6 7Zm-3 7.5q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm7 7q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm0-18q-.2 0-.35-.15Q9.5 3.2 9.5 3q0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15ZM10 7q-.425 0-.712-.287Q9 6.425 9 6t.288-.713Q9.575 5 10 5t.713.287Q11 5.575 11 6t-.287.713Q10.425 7 10 7Zm0 8.5q-.625 0-1.062-.438Q8.5 14.625 8.5 14t.438-1.062Q9.375 12.5 10 12.5t1.062.438q.438.437.438 1.062t-.438 1.062q-.437.438-1.062.438Zm0-4q-.625 0-1.062-.438Q8.5 10.625 8.5 10t.438-1.062Q9.375 8.5 10 8.5t1.062.438q.438.437.438 1.062t-.438 1.062q-.437.438-1.062.438Zm0 7.5q-.425 0-.712-.288Q9 18.425 9 18t.288-.712Q9.575 17 10 17t.713.288Q11 17.575 11 18t-.287.712Q10.425 19 10 19Zm2 2v-2q2.9 0 4.95-2.05Q19 14.9 19 12q0-2.9-2.05-4.95Q14.9 5 12 5V3q1.85 0 3.488.712 1.637.713 2.862 1.938t1.938 2.862Q21 10.15 21 12t-.712 3.488q-.713 1.637-1.938 2.862t-2.862 1.938Q13.85 21 12 21Zm0-9Z" })); }); IconMaterialDeblur.displayName = 'AmauiIconMaterialDeblur'; export default IconMaterialDeblur;