@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.5 kB
JavaScript
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 IconMaterialSwordRoseW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SwordRoseW100Filled', short_name: 'SwordRose', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M828-798v44q0 6-2 11t-7 10L624-537q-9 9-21 9t-21-9l-45-45q-9-9-9-21t9-21l196-195q5-5 10-7t11-2h44q13 0 21.5 8.5T828-798ZM169-142l-28-28q-9-9-9-21t9-21l124-124-82-82q-2-2-2-6t2-6q17-17 42-17t42 17l38 38 29-29q9-9 21-9t21 9l45 45q9 9 9 21t-9 21l-29 29 37 37q17 17 17 42t-17 42q-2 2-6 2t-6-2l-82-82-124 124q-9 9-21 9t-21-9Zm635 6L342-596q-35 26-79 24t-76-34l-43-44q30-29 72-29.5t72 29.5l54 54q3-2 5.5-5t5.5-5q2-2 4.5-5t4.5-5l-55-54q-38-38-91-37.5T125-669q-5-5-5-11t5-11l134-134q9-9 21-8.5t21 9.5l52 52q32 32 34.5 76.5T362-616l319 319q-11-27-14-55t3-57q9-41 34-75.5t59-57.5q11-7 23-4.5t19 13.5q21 34 31.5 75.5T839-376q-8 44-34.5 79T741-238l82 82q4 4 4.5 10t-4.5 10q-4 4-9.5 4t-9.5-4Z" }) })));
});
IconMaterialSwordRoseW100Filled.displayName = 'OnesyIconMaterialSwordRoseW100Filled';
exports.default = IconMaterialSwordRoseW100Filled;
;