UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.31 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 IconMaterialSwordsW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SwordsW100Filled', short_name: 'Swords', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M751-143 627-267l-82 82q-2 2-6 2t-6-2q-17-17-17-42t17-42l162-162q17-17 42-17t42 17q2 2 2 6t-2 6l-82 82 124 124q9 9 9 21t-9 21l-28 28q-9 9-21 9t-21-9Zm68-594L390-307l37 37q17 17 17 42t-17 42q-2 2-6 2t-6-2l-82-82-124 124q-9 9-21 9t-21-9l-28-28q-9-9-9-21t9-21l124-124-82-82q-2-2-2-6t2-6q17-17 42-17t42 17l38 38 421-420q8-8 19.5-13t23.5-5h31q13 0 21.5 8.5T828-802v44q0 6-2 11t-7 10ZM294-583 149-728q-8-8-12.5-19.5T132-771v-31q0-13 8.5-21.5T162-832h31q12 0 23.5 5t19.5 13l144 145q8 8 8 19t-8 19l-46 48q-8 8-20 8t-20-8Z" }) }))); }); IconMaterialSwordsW100Filled.displayName = 'OnesyIconMaterialSwordsW100Filled'; exports.default = IconMaterialSwordsW100Filled;