UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.6 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCycloneW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CycloneW100", short_name: "Cyclone", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 14.7q-1.125 0-1.912-.788Q9.3 13.125 9.3 12t.788-1.913Q10.875 9.3 12 9.3t1.913.787q.787.788.787 1.913t-.787 1.912q-.788.788-1.913.788Zm0-.7q.825 0 1.413-.588Q14 12.825 14 12t-.587-1.413Q12.825 10 12 10q-.825 0-1.412.587Q10 11.175 10 12q0 .825.588 1.412Q11.175 14 12 14Zm5.65 6.85q-.2 0-.3-.112-.1-.113-.05-.313.3-1.25.463-2.562.162-1.313.212-2.738-.825 1.575-2.45 2.575-1.625 1-3.525 1-3.825 0-5.512-.15-1.688-.15-3.063-.525-.125-.05-.2-.15-.075-.1-.075-.225 0-.2.125-.288.125-.087.3-.037 1.3.35 2.625.5 1.325.15 2.725.15-1.475-.65-2.55-2.313Q5.3 14 5.3 12q0-2.25.175-4.475.175-2.225.5-4.075.025-.125.125-.213.1-.087.225-.087.2 0 .313.125.112.125.062.325-.275 1.5-.412 2.7-.138 1.2-.263 2.625.725-1.55 2.35-2.587Q10 5.3 12 5.3q3.025 0 4.95.15 1.925.15 3.6.5.125.025.213.137.087.113.087.238 0 .2-.112.3-.113.1-.313.05-1.325-.275-2.687-.45Q16.375 6.05 15.1 6q1.675.9 2.638 2.537.962 1.638.962 3.463 0 3.375-.188 5.25-.187 1.875-.512 3.3-.025.125-.125.213-.1.087-.225.087ZM12 18q2.5 0 4.25-1.75T18 12q0-2.5-1.75-4.25T12 6Q9.5 6 7.75 7.75T6 12q0 2.5 1.75 4.25T12 18Z" })); }); IconMaterialCycloneW100.displayName = 'AmauiIconMaterialCycloneW100'; export default IconMaterialCycloneW100;