@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.97 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 IconMaterialFollowTheSignsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FollowTheSignsW100', short_name: 'FollowTheSigns', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M380-756q-26.4 0-45.2-18.8Q316-793.6 316-820q0-26.4 18.8-45.2Q353.6-884 380-884q26.4 0 45.2 18.8Q444-846.4 444-820q0 26.4-18.8 45.2Q406.4-756 380-756ZM260-410 184-77q-.95 4.81-4.6 7.91Q175.76-66 171-66q-7.27 0-11.64-5Q155-76 157-82l109-566-132 55v113q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-112q0-9.08 5.32-16.65 5.32-7.57 13.68-11.35l158-65q27-11 48.5-6.5T366-666l39 63q24 38 64.35 66.96Q509.71-507.08 560-498q5.95 1.44 9.97 5.59 4.03 4.15 4.03 10.28 0 6.13-4 9.63-4 3.5-10 2.5-66-10-115-50t-78-91l-39 199 68 66q9 8 13.5 19.28Q414-315.44 414-303v223q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-209L260-410Zm426-206H566q-12.75 0-21.37-8.63Q536-633.25 536-646v-188q0-12.75 8.63-21.38Q553.25-864 566-864h268q12.75 0 21.38 8.62Q864-846.75 864-834v188q0 12.75-8.62 21.37Q846.75-616 834-616H714v546q0 6.07-3.95 10.03-3.96 3.97-10 3.97Q694-56 690-59.97q-4-3.96-4-10.03v-546Zm57-110-32 32q-4 4-4.5 9.5T711-674q5 5 10 5t10-5l45-45q5-5 7-10.13 2-5.14 2-11 0-5.87-2-10.87-2-5-7-10l-45-45q-4-4-9.5-4.5T711-806q-5 5-5 10t5 10l32 32H610q-6.07 0-10.03 3.95-3.97 3.96-3.97 10 0 6.05 3.97 10.05 3.96 4 10.03 4h133Z" }) })));
});
IconMaterialFollowTheSignsW100.displayName = 'OnesyIconMaterialFollowTheSignsW100';
exports.default = IconMaterialFollowTheSignsW100;
;