@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.33 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 IconMaterialFlourescentW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlourescentW100Filled', short_name: 'Flourescent', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.825 13.8Q7.2 13.8 6.763 13.362Q6.325 12.925 6.325 12.3V11.7Q6.325 11.075 6.763 10.637Q7.2 10.2 7.825 10.2H16.225Q16.85 10.2 17.288 10.637Q17.725 11.075 17.725 11.7V12.3Q17.725 12.925 17.288 13.362Q16.85 13.8 16.225 13.8ZM12.025 4.8Q11.875 4.8 11.775 4.7Q11.675 4.6 11.675 4.45V2.95Q11.675 2.8 11.775 2.7Q11.875 2.6 12.025 2.6Q12.175 2.6 12.275 2.7Q12.375 2.8 12.375 2.95V4.45Q12.375 4.6 12.275 4.7Q12.175 4.8 12.025 4.8ZM17.975 7.1Q17.85 6.975 17.85 6.85Q17.85 6.725 17.975 6.6L18.875 5.7Q19 5.575 19.125 5.575Q19.25 5.575 19.375 5.7Q19.5 5.825 19.5 5.95Q19.5 6.075 19.375 6.2L18.475 7.1Q18.35 7.225 18.225 7.225Q18.1 7.225 17.975 7.1ZM12.025 21.3Q11.875 21.3 11.775 21.2Q11.675 21.1 11.675 20.95V19.45Q11.675 19.3 11.775 19.2Q11.875 19.1 12.025 19.1Q12.175 19.1 12.275 19.2Q12.375 19.3 12.375 19.45V20.95Q12.375 21.1 12.275 21.2Q12.175 21.3 12.025 21.3ZM18.875 18.3 17.975 17.4Q17.85 17.275 17.85 17.15Q17.85 17.025 17.975 16.9Q18.1 16.775 18.225 16.775Q18.35 16.775 18.475 16.9L19.375 17.8Q19.5 17.925 19.5 18.05Q19.5 18.175 19.375 18.3Q19.25 18.425 19.125 18.425Q19 18.425 18.875 18.3ZM5.575 7.1 4.675 6.2Q4.55 6.075 4.55 5.95Q4.55 5.825 4.675 5.7Q4.8 5.575 4.925 5.575Q5.05 5.575 5.175 5.7L6.075 6.6Q6.2 6.725 6.2 6.85Q6.2 6.975 6.075 7.1Q5.95 7.225 5.825 7.225Q5.7 7.225 5.575 7.1ZM4.675 18.3Q4.55 18.175 4.55 18.05Q4.55 17.925 4.675 17.8L5.575 16.9Q5.7 16.775 5.825 16.775Q5.95 16.775 6.075 16.9Q6.2 17.025 6.2 17.15Q6.2 17.275 6.075 17.4L5.175 18.3Q5.05 18.425 4.925 18.425Q4.8 18.425 4.675 18.3Z" }) })));
});
IconMaterialFlourescentW100Filled.displayName = 'OnesyIconMaterialFlourescentW100Filled';
exports.default = IconMaterialFlourescentW100Filled;
;