UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.89 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconTextLineSpacing = (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: "M7.71967 5.78033C8.01256 6.07322 8.48744 6.07322 8.78033 5.78033C9.07322 5.48744 9.07322 5.01256 8.78033 4.71967L6.53033 2.46967C6.23744 2.17678 5.76256 2.17678 5.46967 2.46967L3.21967 4.71967C2.92678 5.01256 2.92678 5.48744 3.21967 5.78033C3.51256 6.07322 3.98744 6.07322 4.28033 5.78033L5.25 4.81066L5.25 19.1893L4.28033 18.2197C3.98744 17.9268 3.51256 17.9268 3.21967 18.2197C2.92678 18.5126 2.92678 18.9874 3.21967 19.2803L5.46967 21.5303C5.76256 21.8232 6.23744 21.8232 6.53033 21.5303L8.78033 19.2803C9.07322 18.9874 9.07322 18.5126 8.78033 18.2197C8.48744 17.9268 8.01256 17.9268 7.71967 18.2197L6.75 19.1893L6.75 4.81066L7.71967 5.78033Z" }), _jsx("path", { d: "M21 3.75C21 3.33579 20.6642 3 20.25 3H11.75C11.3358 3 11 3.33579 11 3.75C11 4.16421 11.3358 4.5 11.75 4.5H20.25C20.6642 4.5 21 4.16421 21 3.75Z" }), _jsx("path", { d: "M18 9.25C18 8.83579 17.6642 8.5 17.25 8.5H11.75C11.3358 8.5 11 8.83579 11 9.25C11 9.66421 11.3358 10 11.75 10H17.25C17.6642 10 18 9.66421 18 9.25Z" }), _jsx("path", { d: "M21 14.75C21 14.3358 20.6642 14 20.25 14H11.75C11.3358 14 11 14.3358 11 14.75C11 15.1642 11.3358 15.5 11.75 15.5H20.25C20.6642 15.5 21 15.1642 21 14.75Z" }), _jsx("path", { d: "M18 20.25C18 19.8358 17.6642 19.5 17.25 19.5H11.75C11.3358 19.5 11 19.8358 11 20.25C11 20.6642 11.3358 21 11.75 21H17.25C17.6642 21 18 20.6642 18 20.25Z" })] })); }; IconTextLineSpacing.iconName = "text-line-spacing"; export default IconTextLineSpacing;