UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.97 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconChapterMarkerOff = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M2.21967 20.7197C1.92678 21.0126 1.92678 21.4874 2.21967 21.7803C2.51256 22.0732 2.98744 22.0732 3.28033 21.7803L4.06069 21H11.2593C11.6735 21 12.0093 20.6642 12.0093 20.25C12.0093 19.8358 11.6735 19.5 11.2593 19.5H5.56069L9.56342 15.4972H20.25C20.6642 15.4972 21 15.1615 21 14.7472C21 14.333 20.6642 13.9972 20.25 13.9972H11.0634L15.0621 9.9986H20.25C20.6642 9.9986 21 9.66282 21 9.2486C21 8.83439 20.6642 8.4986 20.25 8.4986H16.5621L21.7803 3.28033C22.0732 2.98744 22.0732 2.51256 21.7803 2.21967C21.4874 1.92678 21.0126 1.92678 20.7197 2.21967L2.21967 20.7197Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3H9C10.1046 3 11 3.89543 11 5V7.17157C11 7.70201 10.7893 8.21071 10.4142 8.58579L8.41421 10.5858C7.63316 11.3668 6.36683 11.3668 5.58579 10.5858L3.58579 8.58579C3.21071 8.21071 3 7.70201 3 7.17157V5C3 3.89543 3.89543 3 5 3ZM9 4.5H5C4.72386 4.5 4.5 4.72386 4.5 5V7.17157C4.5 7.30418 4.55268 7.43136 4.64645 7.52513L6.64645 9.52513C6.84171 9.72039 7.15829 9.72039 7.35355 9.52513L9.35355 7.52513C9.44732 7.43136 9.5 7.30418 9.5 7.17157V5C9.5 4.72386 9.27614 4.5 9 4.5Z" }), _jsx("path", { d: "M5.32369 15.4972L6.82369 13.9972H3.75C3.33579 13.9972 3 14.333 3 14.7472C3 15.1615 3.33579 15.4972 3.75 15.4972H5.32369Z" }), _jsx("path", { d: "M16.321 4.49997L17.821 2.99997H14.7668C14.3526 2.99997 14.0168 3.33576 14.0168 3.74997C14.0168 4.16418 14.3526 4.49997 14.7668 4.49997H16.321Z" })] })); }; IconChapterMarkerOff.iconName = "chapter-marker-off"; export default IconChapterMarkerOff;