@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.92 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 IconMaterialSettingsBRollW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SettingsBRollW100', short_name: 'SettingsBRoll', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m707-278-49 49q-4 4-4.5 9.5T658-209q5 5 10 5t10-5l62-62q9-9 9-21t-9-21l-62-62q-4-4-9.5-4.5T658-375q-5 5-5 10t5 10l50 49H588q-6 0-10 4t-4 10q0 6 4 10t10 4h119Zm-39 146q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm-228 0q-10 0-17.5-6.5T413-155l-11-89q-21-6-46.5-20T313-294l-81 35q-9 4-18.5 1T199-270l-42-72q-5-9-3-18.5t10-15.5l71-53q-2-12-3.5-25t-1.5-25q0-11 1.5-23.5T235-531l-71-53q-8-6-9.5-16t3.5-19l41-69q5-8 14.5-11.5t18.5.5l80 34q20-17 43.5-30.5T401-716l12-89q2-10 9.5-16.5T440-828h80q10 0 17.5 6.5T547-805l11 90q26 9 45.5 20.5T644-665l85-34q9-4 18.5-.5T762-688l41 70q5 9 3 18.5T796-584l-56 42q-5 4-10 4.5t-10-4.5q-5-5-5-11t5-10l58-43-40-68-103 43q-17-19-47.5-37T532-691l-12-109h-80l-12 108q-30 6-55 20t-51 40l-100-42-40 68 87 65q-5 13-7 29t-2 33q0 15 2 30t6 29l-86 66 40 68 99-42q20 20 41.5 33.5T409-273q2 34 12.5 65t27.5 57q4 6 1 12.5t-10 6.5Zm40-348Zm0 0Zm-2-88q-37 0-62.5 25.5T390-480q0 18 6.5 34t19.5 29q5 5 10.5 5t10.5-5q5-5 4.5-10.5T436-437q-9-8-13.5-19.5T418-480q0-25 17.5-42.5T478-540q12 0 23.5 5t19.5 14q4 5 9.5 5t10.5-5q5-5 5-10.5t-5-10.5q-12-12-29-19t-34-7Z" }) })));
});
IconMaterialSettingsBRollW100.displayName = 'OnesyIconMaterialSettingsBRollW100';
exports.default = IconMaterialSettingsBRollW100;
;