UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.32 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 IconMaterialLinkOffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LinkOffW100Filled', short_name: 'LinkOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m604-468-26-26h20q6 0 10 4t4 10q0 4-2 7t-6 5Zm234 366q-5 5-10 5t-10-5L102-818q-4-4-4.5-9.5T102-838q5-5 10-5t10 5l716 716q4 4 4.5 9.5T838-102ZM284-328q-63 0-107.5-44.5T132-480q0-63 44.5-107.5T284-632h24l28 28h-52q-51 0-87.5 36.5T160-480q0 51 36.5 87.5T284-356h124q6 0 10 4t4 10q0 6-4 10t-10 4H284Zm78-138q-6 0-10-4t-4-10q0-6 4-10t10-4h84l27 28H362Zm361 118q-3-5-1-11t8-8q32-15 51-45.5t19-67.5q0-51-36-87.5T678-604H552q-6 0-10-4t-4-10q0-6 4-10t10-4h126q62 0 106 44.5T828-480q0 45-24 81.5T742-342q-5 3-10.5 1t-8.5-7Z" }) }))); }); IconMaterialLinkOffW100Filled.displayName = 'OnesyIconMaterialLinkOffW100Filled'; exports.default = IconMaterialLinkOffW100Filled;