UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.5 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBombW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BombW100", short_name: "Bomb", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M361-139q92 0 156-64.5T581-359q0-31-8.5-61T547-477l-26-41 29-51q5-8 2.5-18T542-602l-63-36q-8-5-18-2t-15 11l-29 51-48-1q-94-2-161.5 62T140-361q0 92 64.5 157T361-139Zm401-475q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h40q5.95 0 9.975 4.035 4.025 4.035 4.025 10T811.975-618q-4.025 4-9.975 4h-40ZM599.965-788Q594-788 590-792.025T586-802v-40q0-5.95 4.035-9.975 4.035-4.025 10-4.025t9.965 4.025q4 4.025 4 9.975v40q0 5.95-4.035 9.975-4.035 4.025-10 4.025ZM738-758q-4-4-4-9t4-9l29-30q4-4 10-4.5t10 4q4 4.5 3.5 10.5t-4.5 10l-29 29q-4 4-9.5 3.5T738-758ZM361-359Zm288.778-300q-1.778 0-3.478-.36-1.7-.36-3.4-1.44L631-668q-24-14-51-7t-40 31l-4 8 25 14q17 9 21.5 27t-4.5 35l-24 42q23 38 39 78.5t16 85.5q0 102-72.265 172-72.264 70-175.5 70Q258-112 185-184.675 112-257.351 112-360q0-105 75.5-176.5T369-608q8 0 16.5.5T402-606l23-41q9-17 27-21.5t35 4.5l25 14 5-8q20-34 57-44t71 10l11.86 7.125Q660-683 662-679.766q2 3.234 2 6.979 0 5.787-4.089 9.787-4.089 4-10.133 4Z" })); }); IconMaterialBombW100.displayName = 'AmauiIconMaterialBombW100'; export default IconMaterialBombW100;