@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.73 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("@amaui/ui-react");
const IconMaterialAutoStoriesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutoStoriesW100', short_name: 'AutoStories', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.95 18.125q-.15 0-.312-.038-.163-.037-.288-.112-1.125-.65-2.337-.963Q7.8 16.7 6.5 16.7q-.7 0-1.375.088-.675.087-1.325.312-.55.2-1.025-.15Q2.3 16.6 2.3 16V7.1q0-.4.225-.713.225-.312.575-.437.8-.325 1.663-.487Q5.625 5.3 6.5 5.3q1.475 0 2.85.475T12 7v10.5q1.25-.8 2.662-1.15Q16.075 16 17.5 16q.8 0 1.413.075.612.075 1.337.275.275.075.513.013Q21 16.3 21 15.95v-10q.075 0 .138.025.062.025.112.075.225.125.338.35.112.225.112.5v9.05q0 .6-.512.938-.513.337-1.138.162-.625-.2-1.262-.275-.638-.075-1.288-.075-1.325 0-2.587.312-1.263.313-2.388.963-.125.075-.275.112-.15.038-.3.038Zm2.725-3.725q-.2.175-.437.075-.238-.1-.238-.375V6.975q0-.025.125-.3l4.2-4.2q.2-.2.438-.088.237.113.237.388v7.55q0 .075-.125.3ZM11.3 17.175V7.4q-1.125-.65-2.325-1.025Q7.775 6 6.5 6q-.925 0-1.688.162-.762.163-1.337.388-.2.075-.337.212Q3 6.9 3 7.1V16q0 .35.237.413.238.062.513-.038.525-.175 1.188-.275Q5.6 16 6.5 16q1.475 0 2.75.363 1.275.362 2.05.812Zm0 0V7.4Z" }) })));
});
IconMaterialAutoStoriesW100.displayName = 'AmauiIconMaterialAutoStoriesW100';
exports.default = IconMaterialAutoStoriesW100;