UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.33 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCancelPresentationW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CancelPresentationW100", short_name: "CancelPresentation", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M9.15 14.85q.125.125.25.125t.25-.125L12 12.5l2.375 2.375q.1.1.225.1t.25-.125q.125-.125.125-.25t-.125-.25L12.5 12l2.375-2.375q.1-.1.1-.225t-.125-.25q-.125-.125-.25-.125t-.25.125L12 11.5 9.625 9.125q-.1-.1-.225-.1t-.25.125q-.125.125-.125.25t.125.25L11.5 12l-2.375 2.375q-.1.1-.1.225t.125.25ZM4.8 18.7q-.65 0-1.075-.425Q3.3 17.85 3.3 17.2V6.8q0-.65.425-1.075Q4.15 5.3 4.8 5.3h14.4q.65 0 1.075.425.425.425.425 1.075v10.4q0 .65-.425 1.075-.425.425-1.075.425Zm0-.7q-.35 0-.575-.225Q4 17.55 4 17.2V6.8q0-.35.225-.575Q4.45 6 4.8 6q-.35 0-.575.225Q4 6.45 4 6.8v10.4q0 .35.225.575Q4.45 18 4.8 18Zm0 0h14.4q.35 0 .575-.225Q20 17.55 20 17.2V6.8q0-.35-.225-.575Q19.55 6 19.2 6H4.8q-.35 0-.575.225Q4 6.45 4 6.8v10.4q0 .35.225.575Q4.45 18 4.8 18Z" })); }); IconMaterialCancelPresentationW100.displayName = 'AmauiIconMaterialCancelPresentationW100'; export default IconMaterialCancelPresentationW100;