MCPcopy Create free account
hub / github.com/6174/comflowyspace / PreferenceIcon

Function PreferenceIcon

packages/ui/icons/index.tsx:1006–1021  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1004}
1005
1006export function PreferenceIcon() {
1007 return (
1008 <svg
1009 xmlns="http://www.w3.org/2000/svg"
1010 width="24"
1011 height="24"
1012 fill="none"
1013 viewBox="0 0 24 24"
1014 >
1015 <path
1016 fill="#1C1C1E"
1017 d="M15.274 8.792a2.3 2.3 0 002.11-1.424h2.89c.44 0 .81-.387.81-.852 0-.466-.37-.844-.81-.844h-2.89a2.276 2.276 0 00-2.11-1.433c-.958 0-1.775.598-2.11 1.433H3.752a.836.836 0 00-.834.844c0 .465.369.852.834.852h9.414a2.3 2.3 0 002.109 1.424zm0-1.195a1.075 1.075 0 01-1.081-1.081c0-.616.475-1.09 1.08-1.09.616 0 1.082.474 1.082 1.09a1.07 1.07 0 01-1.081 1.08zm-11.549 3.56c-.44 0-.808.377-.808.843 0 .457.369.844.808.844h2.988a2.284 2.284 0 002.119 1.432c.949 0 1.766-.588 2.109-1.432h9.307a.837.837 0 00.835-.844.837.837 0 00-.834-.844H10.94a2.287 2.287 0 00-2.11-1.424 2.29 2.29 0 00-2.118 1.424H3.725zm5.107 1.933c-.607 0-1.09-.484-1.09-1.09 0-.615.483-1.081 1.09-1.081.606 0 1.08.466 1.08 1.081 0 .606-.474 1.09-1.08 1.09zm6.442 6.67c.958 0 1.775-.597 2.11-1.432h2.89c.44 0 .81-.378.81-.844 0-.474-.37-.843-.81-.843h-2.89a2.276 2.276 0 00-2.11-1.433c-.95 0-1.775.598-2.11 1.433H3.752a.837.837 0 00-.834.843c0 .457.369.844.834.844h9.414a2.276 2.276 0 002.109 1.433zm0-1.195a1.075 1.075 0 01-1.081-1.08c0-.616.475-1.082 1.08-1.082.616 0 1.082.466 1.082 1.081a1.07 1.07 0 01-1.081 1.081z"
1018 ></path>
1019 </svg>
1020 );
1021}
1022
1023export function CodeIcon() {
1024 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected