UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.54 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialEmergencyShareOffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EmergencyShareOffW100Filled', short_name: 'EmergencyShareOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M663-397 515-545q56 11 96 51t52 97Zm139 259q-5 5-10 5t-10-5L648-272q-26 54-66 97t-81 85q-5 5-10 7t-11 2q-6 0-11-1.5T459-89q-24-23-53.5-54T351-208.5q-25-34.5-42-72T292-354q0-60 31-107.5t81-70.5h24l211 211-39 1-458-458q-4-4-4.5-9.5T142-798q5-5 10-5t10 5l640 640q4 4 4.5 9.5T802-138ZM480-320q17 0 28.5-11.5T520-360q0-8-3-15.5t-8.5-13q-5.5-5.5-13-8.5t-15.5-3q-17 0-28.5 11.5T440-360q0 17 11.5 28.5T480-320Zm0-566q-63 0-121.5 19.5T250-810l-20-20q54-41 117.5-62.5T480-914q72 0 138 23.5T740-822q5 5 7 11t-3 11q-5 5-11.5 4.5T721-801q-51-42-113-63.5T480-886Zm0 160q-31 0-60 8t-55 23l-20-20q30-19 64.5-29t70.5-10q41 0 79 13t70 36q5 3 5 8.5t-4 9.5q-4 4-9.5 4t-10.5-3q-29-20-62-30t-68-10Z" }) }))); }); IconMaterialEmergencyShareOffW100Filled.displayName = 'OnesyIconMaterialEmergencyShareOffW100Filled'; exports.default = IconMaterialEmergencyShareOffW100Filled;