UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.95 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 IconMaterialSentimentWorriedW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SentimentWorriedW100', short_name: 'SentimentWorried', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M452-266h56q48 0 77-27.38t29-66.5q0-39.12-29-66.62-29-27.5-77-27.5h-56q-48 0-77 27.38t-29 66.5q0 39.12 29 66.62 29 27.5 77 27.5Zm0-28q-37 0-57.5-19.25T374-360q0-27.5 20.5-46.75T452-426h56q37 0 57.5 19.25T586-360q0 27.5-20.5 46.75T508-294h-56ZM335-560q35.06 0 63.03-19.5T435-632q2-6.19-2.11-11.1-4.11-4.9-9.89-4.9-5.5 0-10 2.5t-7 7.5q-8 23-27.29 36.5Q359.43-588 335-588h-50q-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 4h50Zm289 0h50q6.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-4h-50q-23 0-42.46-13.54T553-637q-2-5-6.97-8-4.96-3-11.03-3-5.83 0-9.41 4.5Q522-639 524-633q9 33 36.97 53T624-560ZM480.17-132q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132ZM480-480Zm0 320q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Z" }) }))); }); IconMaterialSentimentWorriedW100.displayName = 'OnesyIconMaterialSentimentWorriedW100'; exports.default = IconMaterialSentimentWorriedW100;