@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.91 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 IconMaterialAttractionsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AttractionsW100', short_name: 'Attractions', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.325 21.05q-.2 0-.288-.15-.087-.15-.012-.325L7.9 18.6q-.45-.3-.863-.638-.412-.337-.787-.762-.15.075-.325.112-.175.038-.325.038-.675 0-1.162-.487-.488-.488-.488-1.163 0-.375.175-.725T4.6 14.4q-.2-.575-.3-1.163-.1-.587-.1-1.237 0-.65.1-1.238.1-.587.3-1.162-.3-.225-.475-.575T3.95 8.3q0-.675.488-1.163.487-.487 1.162-.487.15 0 .325.037.175.038.325.113.825-.9 1.863-1.513Q9.15 4.675 10.35 4.4q.075-.6.563-1.025Q11.4 2.95 12 2.95t1.088.4q.487.4.562 1 1.25.275 2.288.887 1.037.613 1.862 1.513.15-.075.3-.088.15-.012.3-.012.675 0 1.162.487.488.488.488 1.163 0 .375-.175.725T19.4 9.6q.2.575.3 1.162.1.588.1 1.238t-.1 1.262q-.1.613-.3 1.188.275.225.437.55.163.325.163.7 0 .675-.487 1.163-.488.487-1.163.487-.15 0-.3-.025t-.3-.075q-.375.425-.762.763-.388.337-.888.637l.85 1.925q.075.175-.025.325-.1.15-.3.15-.1 0-.187-.05-.088-.05-.138-.15L15.5 19q-.45.225-.9.375t-.95.275q-.075.6-.562 1-.488.4-1.088.4-.6 0-1.087-.425-.488-.425-.563-1.025-.5-.125-.95-.275-.45-.15-.9-.375l-.85 1.9q-.05.1-.137.15-.088.05-.188.05Zm.825-3.1 2.1-4.65q-.225-.275-.337-.6-.113-.325-.113-.7 0-.9.65-1.55T12 9.8q.9 0 1.55.65T14.2 12q0 .375-.138.712-.137.338-.362.638L15.8 18q.375-.225.713-.513.337-.287.637-.637-.225-.225-.338-.513-.112-.287-.112-.637 0-.8.663-1.313.662-.512 1.387-.287.15-.5.25-1.013.1-.512.1-1.087t-.1-1.088q-.1-.512-.25-1.012-.725.225-1.362-.287Q16.75 9.1 16.75 8.3q0-.3.125-.587.125-.288.325-.513-.725-.8-1.638-1.313-.912-.512-1.962-.787-.15.5-.587.825-.438.325-1.013.325t-1.012-.325Q10.55 5.6 10.4 5.1q-1.05.275-1.962.787Q7.525 6.4 6.8 7.2q.2.225.325.513.125.287.125.587 0 .825-.662 1.313-.663.487-1.388.287-.15.5-.225 1.012Q4.9 11.425 4.9 12q0 .575.075 1.087.075.513.225 1.013.675-.225 1.362.275.688.5.688 1.325 0 .35-.112.612-.113.263-.338.488.3.35.638.613.337.262.712.537Zm.6.35q.375.2.788.337.412.138.862.263.15-.5.588-.825.437-.325 1.012-.325t1.013.325q.437.325.587.825.425-.125.825-.237.4-.113.775-.313l-2-4.5q-.275.15-.562.25-.288.1-.638.1-.35 0-.662-.1-.313-.1-.588-.3ZM12 13.5q.6 0 1.05-.425.45-.425.45-1.075 0-.6-.45-1.05-.45-.45-1.05-.45-.65 0-1.075.45-.425.45-.425 1.05 0 .65.425 1.075.425.425 1.075.425Zm0-1.5Z" }) })));
});
IconMaterialAttractionsW100.displayName = 'AmauiIconMaterialAttractionsW100';
exports.default = IconMaterialAttractionsW100;